home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / owlsound.zip / OWLSOUND.RC < prev    next >
Text File  |  1992-02-06  |  698b  |  25 lines

  1. /*******************************************/
  2. /* owlsound.rc defines two dialog boxes    */
  3. /* and a menu for the main dialog box      */
  4. /*******************************************/
  5.  
  6. #include "windows.h"
  7. #include "OwlSound.h"
  8.  
  9.  
  10. Main_Window_Dialog DIALOG 31, 29, 105, 40
  11. CAPTION "Sound"
  12. CLASS "BORDLG"
  13. STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX
  14. BEGIN
  15.     CONTROL "Button", 102, "BorBtn", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 12, 12, 32, 20
  16.     CONTROL "Button", 2, "BorBtn", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 60, 12, 32, 20
  17. END
  18.  
  19.  
  20.  
  21. 1102 BITMAP play1.bmp
  22. 3102 BITMAP play2.bmp
  23. 5102 BITMAP play3.bmp
  24.  
  25.